home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9206.ARJ / 1006084C < prev    next >
Text File  |  1992-06-02  |  64b  |  8 lines

  1. #include <stdio.h>
  2.  
  3. int    hello(char *s)
  4. {
  5. printf("\n%s\n",s);
  6.  
  7. }
  8.